API parameters
query
The text used to search an index.
Type | Scope | Can be used in these methods |
---|---|---|
String | Index settings | search , browse , searchForFacetValues , generateSecuredApiKey , addAPIKey , updateAPIKey |
Type | Scope | Can be used in these methods |
---|---|---|
String | Index settings | search , browse , searchForFacetValues , generateSecuredApiKey , addAPIKey , updateAPIKey |
-
Empty queries match all records in your index, ordered by
customRanking
. -
Queries can be up to 512 bytes.
-
You can’t use boolean operations like AND or OR in queries. But you can combine queries with
filters
, where you can use boolean operations.